/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent
}

html,
body {
	width: 100%;
	font-size: 16px;
	overflow-x: hidden;
}

body {
	line-height: 1.5;
}

div {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

li {
	list-style: none
}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */
a {
	color: inherit;
}

canvas {
	display: block;
	vertical-align: bottom;
}

/* ---- stats.js ---- */

.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
	width: 100%;
	height: 100%;
	position: relative;
}

/*=============第一页=============*/
img {
	width: 100%;
}

.header {
	margin: 0 auto;
	width: 100%;
	height: 940px;
	position: relative;
}

.header canvas {
	width: 100%;
	height: 940px
		/*默认全屏显示 可自己设置高度640px*/
	;
	position: absolute;
	z-index: -1;
	opacity: 0.4;
}

.daohang {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.swiper-banner .swiper-slide {
	position: relative;
}

.swiper-banner .swiper-slide video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	height: 100%;
}


.bg {
	width: 100%;
	height: 940px;
	position: absolute;
	z-index: -2;
}

.banner-zi {
	width: 100%;
	position: absolute;
	top: 10vw;
	left: 0;
	padding-left: 15%;
	z-index: 3;
}

.banner-zi>div {
	width: 18%;
	margin-top: 1vw;
}

.swiper-banner .swiper-slide {
	line-height: 0;
	overflow: hidden;
}

.banner-zi1 {
	width: 100%;
	position: absolute;
	top: 9vw;
	left: 0;
	padding-left: 10%;
	z-index: 3;
}

.banner-zi .animated {
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
}

.banner-zi1>div {
	width: 25%;
	margin-top: 3vw;
}

.banner-zi3 {
	width: 100%;
	position: absolute;
	top: 12vw;
	left: 8vw;
	padding-left: 10%;
	z-index: 3;
	display: flex;
}

.banner-zi3>div {
	width: 5%;
	margin-left: 3vw;
}

.banner-zi4 {
	width: 60%;
	position: absolute;
	top: 12vw;
	left: 50%;
	margin-left: -30%;
	padding-left: 0;
	z-index: 3;
}

.banner-zi4>div {
	width: 100%;
}

.banner-zi5 {
	width: 60%;
	position: absolute;
	top: 12vw;
	left: 5%;
	padding-left: 0;
	z-index: 3;
}

.banner-zi5>div {
	width: 100%;
}

.banner-zi2 {
	width: 100%;
	position: absolute;
	top: 9vw;
	right: 0;
	padding-right: 10%;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.banner-zi2>div {
	width: 25%;
	margin-top: 3vw;
}

.banner-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.banner-bg>div {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.daohang {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 1vw 0;
}

.logo {
	width: 25%;
}

.nav-menu {
	display: flex;
	color: #fff;
	margin-left: 2vw;
	font-size: 18px;
}

.nav-menu>div {
	padding: 2vw 1vw;
	position: relative;
	font-size: 1vw;
}

.nav-menu>div>a {
	padding-bottom: 5px;
	position: relative;
}

.nav-menu>div.active a {
	border-bottom: #F01B19 solid 3px;
}

.nav-menu>div>a:hover::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #F01B19;
	left: 0;
	bottom: -3px;
	position: absolute;
}

.nav-menu-lw>div {
	position: relative;

}

.nav-menu-lw .menu-dwon-nav a {
	display: block;
	color: #fff;
	font-size: 1vw;
}

.menu-dwon-nav {
	position: absolute;
	background: linear-gradient(to right, rgba(0, 34, 97, 0), rgba(0, 34, 97, 0.5) 20%, rgba(0, 34, 97, 0.5) 80%, rgba(0, 34, 97, 0));
	width: 800px;
	color: #fff;
	margin-left: -400px;
	display: none;
}

.menu-dwon-nav-flex {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-dwon-nav-flex>div {
	margin: 0 20px;
}

.menu-dwon-nav a {
	display: block;
	font-size: 1vw;
	color: #fff;
}

.menu-dwon-nav a:hover {
	color: #68EBFF;
	font-weight: bold;
}

.search form input {
	border: none;
	background: none;
	outline: none;
	color: #fff;
	width: 80%;
}

/* 屏蔽chrome浏览器默认项输入框背景色 */
.search form input:-internal-autofill-previewed,
.search form input:-internal-autofill-selected {
	transition: all 999999999s !important;
}

.daohang-lw .search form input {
	color: #000;
}

.search form {
	display: flex;
	align-items: center;
	color: #fff;
}

#searchbtn {
	border: none;
	background: none;
}

.search {
	width: 8vw;
	border: rgba(255, 255, 255, .5) solid 1px;
	border-radius: 15px;

	padding: 0.1vw 0.5vw;
}

.search img {
	width: 20px;
	line-height: 0;
}

.notice-bg {
	background-color: #F3F3F3;
	position: relative;
}

.notice {
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	display: flex;
	padding: 0 15px;
	height: 60px;
}

.notice-icon {
	width: 35px;
	display: flex;
	align-items: center;
}

.swiper-notice {
	width: 100%;
	height: 100%;
}

.notice-content {
	width: 90%;
	position: relative;
	height: 100%;

}

.swiper-notice .swiper-slide {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.notice-time {
	font-size: 14px;
	color: #989898;
}

.notice-title {
	padding-left: 20px;
}

.news-bg {
	background: url('../images/lm1bg.png') no-repeat;
	background-size: 100% 100%;
	padding-bottom: 30px;
	position: relative;
}

.news-center {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.hh {
	width: 20%;
	margin-bottom: 30px;
}

.news-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.news-menu>div {
	width: 14%;
	text-align: center;
	padding: 17px 0vw;
	color: #696969;
	font-size: 20px;
	background-color: #EAEAEA;
	margin: 0 5px;
	cursor: pointer;
}

.news-menu>div.active {
	background-color: #175AA8;
	color: #fff;
	font-size: 22px;
	font-weight: bold;

}

.news-content>div.hidding {
	display: none;
}

.news-list {
	width: 50%;
}

.top-news {
	padding: 20px;
	background-color: #E8EFF7;
}

.top-title {
	font-weight: bold;
	font-size: 20px;
	color: #175AA8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
	word-break: break-all;
}

.top-intro {
	font-size: 14px;
	color: #175AA8;
	margin-top: 20px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	word-break: break-all;
}

.news-content>div ul {
	margin-top: 10px;
}

.news-content>div ul li {
	font-weight: 400;
	font-size: 18px;
	color: #232323;
	display: flex;
	padding: 15px 0 15px 20px;
	line-height: 1;
	align-items: center;
	justify-content: space-between;
	border-bottom: #ccc solid 1px;

}

.news-content>div ul li a {
	display: flex;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
	word-break: break-all;
}

.news-content>div ul li:hover,
.news-content>div ul li:hover span {
	color: #175AA8;
}

.news-content>div ul li span {
	font-size: 14px;
	color: #969696;
}

.swiper.swiper-news {
	width: 47%;
	margin-left: 0;
	margin-right: 0;
}

.swiper-news .swiper-slide {
	width: 100%;
	height: 390px;
	overflow: hidden;

}
.swiper-news .swiper-pagination-bullet{
	  background-color: #fff;
}
.swiper-news .swiper-pagination-bullet-active{
	background-color:#007aff;
}

.swiper-news .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.swiper-news .swiper-slide img {
	height: 100%;
}

.swiper-news .swiper-pagination-news {
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.swpier-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #Fff;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	padding: 0 100px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
	word-break: break-all;
}

.news-content>div {
	height: 450px;
}

.news-more {
	border: #175AA8 solid 1px;
	width: 134px;
	height: 30px;
	line-height: 30px;
	color: #175AA8;
	font-size: 14px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
}

.about-jicai {
	background: url('../images/lm2bg1.png') #F6F6F6 no-repeat;
	background-size: 668px 641px;
	background-position: left top;
	position: relative;

}

.jicai-building {
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	box-sizing: border-box;
}

.jicai-intro-box {
	width: 1200px;
	margin: 0 auto;
}

.jicai-building img {
	height: 100%;
}

.jicai-intro {
	width: 60%;
	padding: 60px 0;
	box-sizing: border-box;
	position: relative;
}

.intro-text {
	width: 65%;
	font-size: 18px;
	color: #3C3C3C;
	line-height: 2;
	text-align: justify;
}

.intro-pic {
	position: absolute;
	width: 50%;
	right: -20%;
	top: 35%;
}

.jicai-intro .hh {
	width: 38%;
	margin-bottom: 3vw;
}

.intro-text .news-more {
	margin-top: 3vw;
}

.count {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-around;
}

.count-item {
	display: flex;
	width: 20.5%;
	justify-content: center;
	align-items: center;
}

.count-item-icon {
	width: 80px;
	margin-right: 10px;
}

.count-item-text {
	color: #373737;
	font-size: 20px;
	text-align: center;
}

.count-item-text>div {
	font-size: 20px;
	margin-top: 5px;
}

.count-item-text span {
	font-size: 56px;
	color: #E1000A;
	font-weight: bold;
}

.business-bg {
	background: url('../images/lm3bg1.png') no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
}

.business {
	max-width: 1200px;
	margin: 0 auto;
}

.business-menu-item {
	cursor: pointer;
	width: 24%;
}

.business-item-icon {
	width: 60%;
	margin: 0 auto;
}

.business-item-title {
	padding: 17px 0;
	font-weight: bold;
	font-size: 24px;
	color: #323232;
	background: #D2D2D2;
	text-align: center;
	margin-top: 40px;
}

.business-menu {
	display: flex;
	justify-content: space-between;
}

.business-item-title.active {
	color: #fff;
	background: #C40009;
}

.business-content>div {
	height: 200px;
	margin-top: 50px;
}

.business-content>div.hidding {
	display: none;
}

.business-intro {
	padding: 30px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #C40009;
	line-height: 1.5;
	text-align: justify;
}

.finance-bg {
	background: url('../images/lm4bg.png') no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
	padding-bottom: 150px;
}

.finance {
	max-width: 1200px;
	margin: 0 auto;
}

.finance-box-item {
	width: 8%;
	background-size: cover;
	height: 500px;
	padding: 60px 30px;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.2s ease 0.1s;
}

.finance-box-item.active {
	width: 36%;
	transition: all 0.2s ease 0.1s;
}

.finance-box-item.active .finance-title {
	text-align: left;
	transition: all 0.2s ease 0.1s;
}

.finance-box-item .finance-title {
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 1.5;
	transition: all 0.2s ease 0.1s;
}

.finance-box {
	display: flex;
	margin-top: 60px;
}

.finance-box-item .finance-content {
	display: none;
}

.finance-box-item.active .finance-content {
	display: block;
}

.finance-content {
	line-height: 1.5;
	margin-top: 30px;
	font-size: 20px;
	color: #FFFFFF;

}

.finance-intro {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	word-wrap: break-word;
	word-break: break-all;
	text-align: justify;
}

.finance-intro p::after {
	content: '[详情]';
	color: #00E5FA;
}

.finance-hh {
	display: inline-block;
	margin-bottom: 30px;
	border-bottom: #fff solid 1px;
}

.go-service {
	width: 168px;
	height: 46px;
	border-radius: 23px;
	border: 2px solid #00E5FA;
	color: #00E5FA;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
}

.party-bg {
	padding: 50px 0px 150px 0;
}

.party {
	max-width: 1200px;
	margin: 0 auto;
}

.part-menu {
	display: flex;
	justify-content: center;
}

.part-menu>div {
	width: 15%;
	padding: 15px 0;
	background-color: #EAEAEA;
	color: #696969;
	font-size: 24px;
	margin: 0 2px;
	text-align: center;
}

.part-menu>div.active {
	background-color: #F11C18;
	font-weight: bold;
	color: #fff;
}

.part-content-item {
	display: flex;
	background: url('../images/djbg.png') no-repeat;
	height: 591px;
	background-size: 100% 100%;
}

.swiper.swiper-party {
	width: 50%;
	color: #fff;
	margin-top: 10px;
}

.swiper-party .swiper-slide {
	padding: 50px 12% 0px 12%;
}

.swiper-party .swiper-slide .swiper-slide-up {
	width: 100%;
}

.swiper-slide-down {
	margin-top: 30px;
	padding-right: 30px;
}
.swiper-party .swiper-horizontal>.swiper-pagination-bullets,.swiper-party .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom:50px;
}
.swiper-slide-down p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	word-wrap: break-word;
	word-break: break-all;
}

.slider-img {
	width: 100%;
	height:304px;
	overflow: hidden;
}

.slider-img img {
	transform: scale(1);
	transition: all 0.5s ease 0.1s;
}

.swiper-party .swiper-slide .slider-img:hover img {
	transform: scale(1.5);
	transition: all 0.5s ease 0.1s;
}

.slider-text {
	width: 100%;
	line-height: 2;
}

.slider-text h3 {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	text-align: justify;
	font-weight: normal;
}

.party-news {
	width: 50%;
	padding:40px 30px 0;
}

.part-content {
	margin-top: 60px;
}

.part-bg-animated {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
}

.part-bg-animated img {
	height: 100%;
	transform: scale(1.3);
}

.addanimated.part-bg-animated img {
	transform: scale(1);
	transition: all 5s ease 0s;
}

.part-content>div.hidding {
	display: none;
}

.swiper-pagination-party .swiper-pagination-bullet {
	border-radius: 0;
	width: 47px;
}

.swiper-pagination-party .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #A81717;
}

.party-news li {
	padding: 15px;
	margin-top: 10px;
}

.party-news li a {
	display: flex;
}

.party-news-left {
	width: 30%;
	height: 80px;
	overflow: hidden;
}

.party-news-left img {
	transition: all 0.5s ease 0.1s;
	transform: scale(1);
}

.party-news li:hover .party-news-left img {
	transform: scale(1.2);
	transition: all 0.5s ease 0.1s;
}

.party-news-right {
	width: 70%;
	padding-left: 10px;
	line-height: 1.5;
}

.party-news-right h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	word-break: break-all;
}

.party-news-right span {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	color: #CC4B4B;
}

.family-bg {
	background: url('../images/lm6bg.png') no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}

.family {
	max-width: 1200px;
	margin: 0 auto;
}

.family-box {
	display: flex;
	justify-content: space-between;
}

.family-item {
	width: 23%;
	background-size: cover;
	height: 521px;
	text-align: center;
	padding: 30px;
	line-height: 1.5;
	display: flex;
	padding-top: 100px;
	flex-direction: column;
	transition: all 0.5s ease 0.1s;
}

.family-item.active {
	width: 30%;
	transition: all 0.5s ease 0.1s;
}

.family-title {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.family-item .family-intro {
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	display: none;
	text-align: justify;
}

.family-go {
	width: 20%;
	margin-top: 40px;
	float: right;
}

.family-logo {
	width: 80px;
	height: 80px;
	margin: 0 auto;

}

.quanchengtong-bg {
	background: url('../images/lm7bg.png') no-repeat;
	background-size: cover;
	background-position: left bottom;
	padding: 50px 0;
}

.quanchengtong {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qct-left {
	width: 30%;
}

.qct-left-title {
	width: 1200px;
	margin: 0 auto;
}

.qct-left-title img {
	width: 18%;
}

.qct-left-text {
	font-size: 14px;
	color: #1D5EAB;
	line-height: 1.5;
	width: 90%;
	margin: 30px auto;

}

.qct-right {
	width: 65%;
	border: #fff solid 5px;
	border-radius: 20px;
	overflow: hidden;
	line-height: 0;
}

.footer-bg {
	background: url('../images/dibg.png') no-repeat;
	background-size: 100% 100%;
	padding-top: 50px;
}

.footer {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-link {
	display: flex;
	justify-content: space-between;
	border-bottom: rgba(255, 255, 255, .5) solid 1px;
	padding-bottom: 30px;
}

.footer-link select {
	width: 20%;
	height: 35px;
	display: block;
}

.bottom-nav {
	color: #FFFFFF;
	font-size: 15px;
	display: flex;
	line-height: 2;
	margin-top: 30px;
	justify-content: space-between;

}

.bottom-nav-right {
	width: 75%;
	display: flex;
	justify-content: space-between;
}

.b-nav-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;

}

.b-nav-right-item {

	text-align: left;

}

.b-nav-right-item a {
	display: block;
	font-size: 14px;
}

.bottom-copy {
	background: #064895;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
}

.erji-business-box {
	display: flex;
	line-height: 1.5;
	padding-top: 100px;
}

.erji-business-left {
	width: 40%;
	height: 21vw;
	position: relative;
	z-index: -1;
}

.erji-business-right {
	width: 70%;
	display: flex;
	margin-top: -50px;
	height: 21vw;


}

.erji-business-right-pic {
	width: 30%;
	height: 100%;
	line-height: 0;
}

.erji-business-right-pic img {
	height: 100%;
}

.erji-business-right-text {
	display: flex;
	align-items: center;
	width: 70%;
	padding: 0px 100px 0px 50px;
	font-size: 1.1vw;
	color: #FFFFFF;
	text-indent: 40px;
}

.erji-business-left-icon {
	width: 10%;
}

.erji-business-left-text {
	text-align: center;
}

.erji-business-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.jianjie-box1 {
	display: flex;
	font-size: 20px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 80px;
}

.jianjie-box2 {
	font-size: 20px;
	line-height: 1.5;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	margin-top: 100px;
}

.jianjie-box2-right img {
	height: 120%;
	margin-top: -10%;
}

.jianjie-box3 {
	display: flex;
	font-size: 20px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 80px;
}

.crumb-nav {
	padding: 30px 0;
	border-bottom: #175AA6 solid 1px;
}

.crumb-nav ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	font-size: 18px;
	color: #8F8F8F;
}

.er-news-content h2 {
	font-weight: bold;
	font-size: 32px;
	color: #4C4B4B;
	text-align: center;
}

.er-news-content-intro {
	text-align: center;
	font-size: 16px;
	color: #4C4B4B;
	margin-top: 50px;
	padding-bottom: 30px;
}

.er-news-content-text {
	line-height: 1.8;
	margin-top: 30px;
	font-size: 18px;
	text-align: justify;
}

.er-news-content-text p{
	margin-bottom: 1em;
}

.er-news-content-text img {
	max-width: 60%;
	display: block;
	margin: 1.5rem auto;
	height: auto !important;
}

}

.jiandu-title {
	background: #ACCCF2;
	border-radius: 23px;
	font-size: 30px;
	color: #FFFFFF;
	width: 289px;
	height: 46px;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
	margin-top: 30px;
}

.jiandu-form {
	padding: 30px;
	background-color: #F6F6F6;
	margin-top: 30px;
}

.jiandu-form textarea {
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
}

.jiandu-form input {
	width: 24%;
	margin-right: 1%;
	line-height: 45px;

}

.jiandu-form span {
	width: 25%;
}

.jiandu-form button {
	width: 100%;
	color: #Fff;
	background: #155BAC;
	border: none;
	line-height: 50px;
	margin-top: 30px;

}

.jvbaofangshi {
	line-height: 2;
	font-size: 20px;
	color: #315B8C;
	margin-top: 30px;
	padding-top: 30px;
	border-top: #6282A6 solid 1px;
}

.sidebar {
	width: 89px;
	height: 440px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 84, 142, 0.14);
	position: absolute;
	z-index: 999;
	right: 30px;
	top: 40px;
	text-align: center;
	padding: 0 5px;
	padding-top: 5px;
}

.show-side {
	display: none;
	position: absolute;
	right: 0px;
	width: 340px;
	padding-right: 90px;
	top: 20%;
}

.sidebar>div:hover .show-side {
	display: block;
}

.show-side>div {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}

.sidebar>div {
	padding: 5px 0;
	position: relative;
	border-bottom: #E7ECF1 solid 1px;
}

.sidebar>div:last-child {
	border-bottom: none;
}

.sidebar img {
	width: 60%;
}

.sidebar span {
	font-size: 14px;
	color: #9BA7B4;
	display: block;
}

.part-content .news-more {
	margin-top: 30px;
	border: #A81717 solid 1px;
	color: #A81717;
}

.nopicNews {
	width: 100% !important;
}

.search-box {
	background-color: #F3F3F3;
	padding: 40px 100px;
}

.search-border {
	background: #FFFFFF;
	border-radius: 36px;
	border: 1px solid #175AA6;
	padding: 10px 20px;
}

.search-border form {
	width: 100%;
}

.search-border fieldset {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.search-border img {
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.search-border .text {
	width: 90%;
}

.search-border .text input {
	width: 100%;
	font-size: 18px;
	border: none;
	outline: none;
}

.searchbtn #searchbtn {
	display: flex;
	align-items: center;
}

.jingcai {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.jingcaijvjiao-item {
	width: 24%;
	margin: 10px 0.5%;
	background-color: #EEF6FF;
	padding-bottom: 10px;
}

.jingcaijvjiao-item a img {
	height: 180px;
	margin-bottom: 5px;
}

.jingcai-title {

	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	word-break: break-all;
}

.jcjj-bg {
	background: url('../images/jvjiaobg.png') no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.jvjiao-box {
	display: flex;
	justify-content: space-between;
}

.jvjiao-item {
	width: 49%;
}

.jvjiao-size1 {
	height: 387px;
	overflow: hidden;
}

.jvjiao-size2 {
	display: flex;
	justify-content: space-between;
}

.jvjiao-size2-item {
	width: 49%;
	height: 187px;
	overflow: hidden;
}

.jvjiao-size {
	position: relative;
}

.jvjiao-size img {
	transform: scale(1);
	transition: all .5s ease .1s;
}

.jvjiao-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 10px 10px;
	background: rgba(0, 0, 0, .5);
}

.jvjiao-size:hover img {
	transform: scale(1.2);
	transition: all .5s ease .1s;
}

.jvjiao-content-title {
	font-weight: bold;
	font-size: 40px;
	color: #353535;
	text-align: center;
	padding-top: 80px;
}

.jvjiao-content-intro {
	background-color: #E2F2FF;
	padding: 30px 10px;

}

.jvjiao-pic-box {
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.swiper-jvjiao-content .swiper-slide {
	width: 100%;
	height: 470px;
}

.swiper-pagination-jvjiao.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -50px
}

.bigpic {
	width: 70%;
}

.bigpic a {
	display: block;
}

.smallpic {
	position: absolute;
	right: 0;
	width: 37%;
	top: 50%;
	margin-top: -240px;
}

.bigpic .slick-dots {
	position: absolute;
	text-align: center;
	z-index: 100;
	bottom: -60px;
	width: 140%;
}

.bigpic .slick-dots li {
	display: inline-block;
	width: auto;
	float: none;
	vertical-align: middle;
}

.bigpic .slick-dots li button {
	background: #A8B3C6;
	border: 0 none;
	border-radius: 7px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	margin: 0 8px;
	outline: medium none;
	padding: 0;
	width: 12px;
}

.bigpic .slick-dots li.slick-active button {
	background: #058AF1;
}

.bigpic .slick-slide {
	height: 530px;
	overflow: hidden;
}

.smallpic .slick-slide {
	height: 290px;
	overflow: hidden;
}

.rencai-item {
	display: flex;
	background: #F3F3F3;
	align-items: center;
	margin-top: 50px;
}

.rencai-pic {
	width: 57%;
}

.rencai-text {
	width: 43%;
	display: flex;
	flex-direction: column;
	padding: 50px;
}

.rencai-title {
	font-weight: bold;
	font-size: 28px;
	color: #3D3D3D;
	margin-bottom: 30px;
}

.rencai-more {
	width: 144px;
	height: 45px;
	border-radius: 23px;
	border: 1px solid #616161;

}

.rencai-more a {
	display: block;
	text-align: center;
	line-height: 45px;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}

.swiper-banner {
	height: 100vh;
}
@media screen and (max-width:1000px) {
	.swiper-banner {
		height:auto;
	}
}

.swiper-banner img {
	height: 100%;
	width: 100%;
}

.swiper-jvjiao .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jvjiao-slide {
	width: 587px;
	margin-top: 10px;
}

.jvjiao-slide-bg {
	background: url('../images/tuji_bg.png') no-repeat;
	background-size: 100% 100%;
	width: 587px;
	height: 410px;
	position: relative;

}

.jvjiao-slide-bg a {
	display: block;
	width: 87.5%;
	height: 85%;
	position: absolute;
	left: 4%;
	top: 7%;
	overflow: hidden;
}

.jvjiao-slide-bg img {

	transform: scale(1);
	transition: all 0.5s ease 0.1s;
}

.jvjiao-slide-bg:hover img {
	transform: scale(1.2);
	transition: all 0.5s ease 0.1s;
}

.swiper-button-prev.swiper-button-prev-jvjiao {
	left: -120px;
	width: 100px;
}

.swiper-button-next.swiper-button-next-jvjiao {
	right: -120px;
	width: 100px;
}
.swiper-button-prev.swiper-button-prev-jvjiao,.swiper-button-next.swiper-button-next-jvjiao {
	width: 60px;
	height: 60px;
	border-radius: 60px;
}
.swiper-button-prev.swiper-button-prev-jvjiao:hover,.swiper-button-next.swiper-button-next-jvjiao:hover {
	background-image: linear-gradient(to right,#c4c4c4,#Fff);
}

.jvjiao-swiper-box .swiper-button-next:after {
	display: none;
}

.jvjiao-swiper-box .swiper-button-prev:after {
	display: none;
}

.jvjiao-pic-box .swiper-button-next:after {
	display: none;
}

.jvjiao-pic-box .swiper-button-prev:after {
	display: none;
}

.jvjiao-slide-text {
	width: 100%;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	word-break: break-all;
}

.djydbg {
	background: url('../images/djppbg.png') no-repeat;
	background-size: cover;
}

.djpp {
	background: url('../images/xppbg.png') no-repeat;
	background-position: center center;
	height:650px;
	margin-top: 64px;
	position: relative;

}

.djpp-bg {
	background: url('../images/sydjpp00.png') no-repeat;
	height:650px;
	margin-top: 64px;
	padding: 120px 50px 0 50px;
	display: flex;
	justify-content: space-around;
}

.djpp-item {

	position: absolute;
}

.fengexian {
	width: 1px;
	height: 150px;
	background-color: #FFD5D5;
}

.rcln-box {
	display: flex;
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
}

.rcln-left {
	width: 800px;
}

.rcln-right {
	width: 633px;
	box-shadow: 0px 1px 12px 1px rgba(133, 133, 133, 0.31);
	background: rgba(255, 255, 255, 0.8);
	padding: 30px;
	position: absolute;
	right: 0;
	top: 15%;
	color: #6C6C6C;
	font-size: 18px;
	line-height: 40px;
}

.contactus-bg {
	background: url('../images/shukebg.png') no-repeat top center;
	min-height: 100vh;
	padding-bottom: 500px;
}

.caijijituan-bg {
	background: url('../images/jtbg.png') no-repeat top center;
	min-height: 100vh;
	padding-bottom: 100px;
}

.contactus-text {
	width: 71%;
	font-size: 18px;
	line-height: 2;
}

.contactus-text p {
	text-align: justify;
	margin-bottom: 15px;
}

.contactus-logo {
	width: 400px;
	margin-bottom: 50px;
}

.swiper-pagination-party .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.8;
	height: 5px;
}